home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Applications / Zoners Half-Life Tools / wad.cfg < prev    next >
Text File  |  2002-12-08  |  2KB  |  57 lines

  1. // GAME TEXTURE WAD CONFIGURATION FILE for 1.7
  2.  
  3. // use this file to set the different .wad files to be written into
  4. // the .bsp file by CSG regardless of the .wad files you might have
  5. // configured in Worldcraft.
  6.  
  7. // if you want to use the configurations in this file, you MUST 
  8. // specify the apropriate configuration with the
  9. //  -wadconfig configration_name
  10. // parameter on CSG. otherwise, the wadfile paths in the mapfile
  11. // will be used.
  12.  
  13. // if you DO specify a configuration, the wadfile paths specified
  14. // in the map file will be ignored. basically, its either this file
  15. // or the map file, not a mixture of both.
  16.  
  17. // if you want to wadinclude a specific file, you may do so using
  18. // the "include" prefix. the valve configuration below has an 
  19. // example commented out. all 3 examples in this file are perfectly
  20. // valid, use whichever method you are comfortable with.
  21.  
  22. // make sure you change these paths to the real path to your
  23. // Half-Life directory. note, the syntax of this file has changed
  24. // significantly since version 1.4
  25.  
  26. valve
  27. c:\Sierra\Half-Life\valve\halflife.wad
  28. c:\Sierra\Half-Life\valve\liquids.wad
  29. c:\Sierra\Half-Life\valve\xeno.wad
  30. c:\Sierra\Half-Life\valve\decals.wad
  31. //include c:\Sierra\Half-Life\valve\mywad.wad
  32. }
  33.  
  34. tfc 
  35. // standard half-life wads
  36. c:\Sierra\Half-Life\valve\halflife.wad   c:\Sierra\Half-Life\valve\liquids.wad 
  37. c:\Sierra\Half-Life\valve\decals.wad     c:\Sierra\Half-Life\valve\xeno.wad
  38.  
  39. // tfc specific wads
  40. c:\Sierra\Half-Life\tfc\tfc.wad          c:\Sierra\Half-Life\tfc\tfc2.wad
  41. }
  42.  
  43. cs
  44. {
  45.   // counter-strike specific wads
  46.   c:\Sierra\Half-Life\cstrike\n0th1ng.wad
  47.   c:\Sierra\Half-Life\cstrike\cstrike.wad
  48.  
  49.   // standard half-life wads
  50.   c:\Sierra\Half-Life\valve\halflife.wad
  51.   c:\Sierra\Half-Life\valve\liquids.wad
  52.   c:\Sierra\Half-Life\valve\xeno.wad
  53.   c:\Sierra\Half-Life\valve\decals.wad
  54. }
  55.